Color Hex Logo

#c318de Color Hex

#C318DE
(195,24,222)
0 Favorites   0 Comments

Color spaces of #c318de

RGB 19524222
HSL0.810.800.48
HSV292°89°87°
CMYK 0.120.890.00   0.13
XYZ36.017117.529370.5924
Yxy17.52930.29010.1412
Hunter Lab41.868080.2862-70.6595
CIE-Lab48.920181.9925-61.1683

#c318de color RGB value is (195,24,222).

#c318de hex color red value is 195, green value is 24 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c318de hue: 0.81 , saturation: 0.80 and the lightness value of c318de is 0.48.

The process color (four color CMYK) of #c318de color hex is 0.12, 0.89, 0.00, 0.13. Web safe color of #c318de is #cc00cc. Color #c318de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00011000 11011110
Octal 303 30 336
Decimal 195 24 222
Hex C3 18 DE

RGB Percentages of Color #c318de

%44.22
%5.44
%50.34

CMYK Percentages of Color #c318de

%12
%89
%0
%13

Triadic Colors of #c318de

#c318de #dec318 #18dec3

Analogous Colors of #c318de

#c318de #de1896 #6018de

Monochromatic Colors of #c318de

#c318de

Complementary Color

#c318de #33de18

#c318de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c318de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c318de Color CSS Codes

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

#c318de Text Font Color

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

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


#c318de Background Color

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

This div background color is #c318de


#c318de Border Color

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

This div border color is #c318de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,24,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c318de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c318de;
  -webkit-box-shadow: 1px 1px 3px 2px #c318de;
  box-shadow:         1px 1px 3px 2px #c318de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,24,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c318de


Comments

No comments written yet.

Please login to write comment.