Color Hex Logo

#c02fdb Color Hex

#C02FDB
(192,47,219)
0 Favorites   0 Comments

Color spaces of #c02fdb

RGB 19247219
HSL0.810.700.52
HSV291°79°86°
CMYK 0.120.790.00   0.14
XYZ35.540918.354068.6873
Yxy18.35400.28990.1497
Hunter Lab42.841673.1089-65.0697
CIE-Lab49.922776.0695-57.8684

#c02fdb color RGB value is (192,47,219).

#c02fdb hex color red value is 192, green value is 47 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c02fdb hue: 0.81 , saturation: 0.70 and the lightness value of c02fdb is 0.52.

The process color (four color CMYK) of #c02fdb color hex is 0.12, 0.79, 0.00, 0.14. Web safe color of #c02fdb is #cc33cc. Color #c02fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00101111 11011011
Octal 300 57 333
Decimal 192 47 219
Hex C0 2F DB

RGB Percentages of Color #c02fdb

%41.92
%10.26
%47.82

CMYK Percentages of Color #c02fdb

%12
%79
%0
%14

Triadic Colors of #c02fdb

#c02fdb #dbc02f #2fdbc0

Analogous Colors of #c02fdb

#c02fdb #db2fa0 #6a2fdb

Monochromatic Colors of #c02fdb

#c02fdb

Complementary Color

#c02fdb #4adb2f

#c02fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c02fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c02fdb Color CSS Codes

.mybgcolor {background-color:#c02fdb; } 
.myforecolor {color:#c02fdb; }
.mybordercolor {border:3px solid #c02fdb; }

#c02fdb Text Font Color

<p style="color:#c02fdb">Text here</p>

This sample text font color is #c02fdb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c02fdb Background Color

<div style="background-color:#c02fdb">
Div content here</div>

This div background color is #c02fdb


#c02fdb Border Color

<div style="border:3px solid #c02fdb">
Div here</div>

This div border color is #c02fdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,47,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c02fdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c02fdb;
  -webkit-box-shadow: 1px 1px 3px 2px #c02fdb;
  box-shadow:         1px 1px 3px 2px #c02fdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,47,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c02fdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c02fdb;
  -webkit-box-shadow: 1px 1px 3px 2px #c02fdb;
  box-shadow:         1px 1px 3px 2px #c02fdb;">
Div content here</div>

This div box has shadow with color #c02fdb


Comments

No comments written yet.

Please login to write comment.