Color Hex Logo

#c845cf Color Hex

#C845CF
(200,69,207)
0 Favorites   0 Comments

Color spaces of #c845cf

RGB 20069207
HSL0.820.590.54
HSV297°67°81°
CMYK 0.030.670.00   0.19
XYZ37.210021.040661.1315
Yxy21.04060.31170.1762
Hunter Lab45.870064.5275-46.9074
CIE-Lab52.993968.3845-46.0378

#c845cf color RGB value is (200,69,207).

#c845cf hex color red value is 200, green value is 69 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c845cf hue: 0.82 , saturation: 0.59 and the lightness value of c845cf is 0.54.

The process color (four color CMYK) of #c845cf color hex is 0.03, 0.67, 0.00, 0.19. Web safe color of #c845cf is #cc33cc. Color #c845cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01000101 11001111
Octal 310 105 317
Decimal 200 69 207
Hex C8 45 CF

RGB Percentages of Color #c845cf

%42.02
%14.50
%43.49

CMYK Percentages of Color #c845cf

%3
%67
%0
%19

Triadic Colors of #c845cf

#c845cf #cfc845 #45cfc8

Analogous Colors of #c845cf

#c845cf #cf4591 #8345cf

Monochromatic Colors of #c845cf

#c845cf

Complementary Color

#c845cf #4ccf45

#c845cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c845cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c845cf Color CSS Codes

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

#c845cf Text Font Color

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

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


#c845cf Background Color

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

This div background color is #c845cf


#c845cf Border Color

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

This div border color is #c845cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,69,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c845cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c845cf;
  -webkit-box-shadow: 1px 1px 3px 2px #c845cf;
  box-shadow:         1px 1px 3px 2px #c845cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,69,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c845cf


Comments

No comments written yet.

Please login to write comment.