Color Hex Logo

#c00ffd Color Hex

#C00FFD
(192,15,253)
0 Favorites   0 Comments

Color spaces of #c00ffd

RGB 19215253
HSL0.790.980.53
HSV285°94°99°
CMYK 0.240.940.00   0.01
XYZ39.638718.640094.4372
Yxy18.64000.25960.1221
Hunter Lab43.174188.3287-99.4667
CIE-Lab50.263387.9450-76.4852

#c00ffd color RGB value is (192,15,253).

#c00ffd hex color red value is 192, green value is 15 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c00ffd hue: 0.79 , saturation: 0.98 and the lightness value of c00ffd is 0.53.

The process color (four color CMYK) of #c00ffd color hex is 0.24, 0.94, 0.00, 0.01. Web safe color of #c00ffd is #cc00ff. Color #c00ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00001111 11111101
Octal 300 17 375
Decimal 192 15 253
Hex C0 F FD

RGB Percentages of Color #c00ffd

%41.74
%3.26
%55.00

CMYK Percentages of Color #c00ffd

%24
%94
%0
%1

Triadic Colors of #c00ffd

#c00ffd #fdc00f #0ffdc0

Analogous Colors of #c00ffd

#c00ffd #fd0fc3 #490ffd

Monochromatic Colors of #c00ffd

#c00ffd

Complementary Color

#c00ffd #4cfd0f

#c00ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c00ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c00ffd Color CSS Codes

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

#c00ffd Text Font Color

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

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


#c00ffd Background Color

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

This div background color is #c00ffd


#c00ffd Border Color

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

This div border color is #c00ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c00ffd


Comments

No comments written yet.

Please login to write comment.