Color Hex Logo

#c00fda Color Hex

#C00FDA
(192,15,218)
0 Favorites   0 Comments

Color spaces of #c00fda

RGB 19215218
HSL0.810.870.46
HSV292°93°85°
CMYK 0.120.930.00   0.15
XYZ34.563916.610167.7140
Yxy16.61010.29070.1397
Hunter Lab40.755580.0601-69.9797
CIE-Lab47.765082.0386-60.7745

#c00fda color RGB value is (192,15,218).

#c00fda hex color red value is 192, green value is 15 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c00fda hue: 0.81 , saturation: 0.87 and the lightness value of c00fda is 0.46.

The process color (four color CMYK) of #c00fda color hex is 0.12, 0.93, 0.00, 0.15. Web safe color of #c00fda is #cc00cc. Color #c00fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00001111 11011010
Octal 300 17 332
Decimal 192 15 218
Hex C0 F DA

RGB Percentages of Color #c00fda

%45.18
%3.53
%51.29

CMYK Percentages of Color #c00fda

%12
%93
%0
%15

Triadic Colors of #c00fda

#c00fda #dac00f #0fdac0

Analogous Colors of #c00fda

#c00fda #da0f8f #5b0fda

Monochromatic Colors of #c00fda

#c00fda

Complementary Color

#c00fda #29da0f

#c00fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c00fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c00fda Color CSS Codes

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

#c00fda Text Font Color

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

This sample text font color is #c00fda
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.


#c00fda Background Color

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

This div background color is #c00fda


#c00fda Border Color

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

This div border color is #c00fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c00fda


Comments

No comments written yet.

Please login to write comment.