Color Hex Logo

#c845be Color Hex

#C845BE
(200,69,190)
0 Favorites   0 Comments

Color spaces of #c845be

RGB 20069190
HSL0.850.540.53
HSV305°66°78°
CMYK 0.000.660.05   0.22
XYZ35.241820.253350.7670
Yxy20.25330.33160.1906
Hunter Lab45.003761.0247-35.3803
CIE-Lab52.122465.5747-37.6328

#c845be color RGB value is (200,69,190).

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

The process color (four color CMYK) of #c845be color hex is 0.00, 0.66, 0.05, 0.22. Web safe color of #c845be is #cc33cc. Color #c845be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01000101 10111110
Octal 310 105 276
Decimal 200 69 190
Hex C8 45 BE

RGB Percentages of Color #c845be

%43.57
%15.03
%41.39

CMYK Percentages of Color #c845be

%0
%66
%5
%22

Triadic Colors of #c845be

#c845be #bec845 #45bec8

Analogous Colors of #c845be

#c845be #c8457d #9145c8

Monochromatic Colors of #c845be

#c845be

Complementary Color

#c845be #45c84f

#c845be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c845be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c845be Color CSS Codes

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

#c845be Text Font Color

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

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


#c845be Background Color

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

This div background color is #c845be


#c845be Border Color

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

This div border color is #c845be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c845be


Comments

No comments written yet.

Please login to write comment.