Color Hex Logo

#c718ca Color Hex

#C718CA
(199,24,202)
0 Favorites   0 Comments

Color spaces of #c718ca

RGB 19924202
HSL0.830.790.44
HSV299°88°79°
CMYK 0.010.880.00   0.21
XYZ34.540517.059657.3495
Yxy17.05960.31700.1566
Hunter Lab41.303376.9927-53.4117
CIE-Lab48.335079.5008-50.5951

#c718ca color RGB value is (199,24,202).

#c718ca hex color red value is 199, green value is 24 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c718ca hue: 0.83 , saturation: 0.79 and the lightness value of c718ca is 0.44.

The process color (four color CMYK) of #c718ca color hex is 0.01, 0.88, 0.00, 0.21. Web safe color of #c718ca is #cc00cc. Color #c718ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00011000 11001010
Octal 307 30 312
Decimal 199 24 202
Hex C7 18 CA

RGB Percentages of Color #c718ca

%46.82
%5.65
%47.53

CMYK Percentages of Color #c718ca

%1
%88
%0
%21

Triadic Colors of #c718ca

#c718ca #cac718 #18cac7

Analogous Colors of #c718ca

#c718ca #ca1874 #6e18ca

Monochromatic Colors of #c718ca

#c718ca

Complementary Color

#c718ca #1bca18

#c718ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c718ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c718ca Color CSS Codes

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

#c718ca Text Font Color

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

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


#c718ca Background Color

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

This div background color is #c718ca


#c718ca Border Color

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

This div border color is #c718ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c718ca


Comments

No comments written yet.

Please login to write comment.