Color Hex Logo

#c827bb Color Hex

#C827BB
(200,39,187)
0 Favorites   0 Comments

Color spaces of #c827bb

RGB 20039187
HSL0.850.670.47
HSV305°81°78°
CMYK 0.000.810.07   0.22
XYZ33.514617.318348.5901
Yxy17.31830.33710.1742
Hunter Lab41.615370.9272-40.0965
CIE-Lab48.658674.5380-41.3557

#c827bb color RGB value is (200,39,187).

#c827bb hex color red value is 200, green value is 39 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c827bb hue: 0.85 , saturation: 0.67 and the lightness value of c827bb is 0.47.

The process color (four color CMYK) of #c827bb color hex is 0.00, 0.81, 0.07, 0.22. Web safe color of #c827bb is #cc33cc. Color #c827bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00100111 10111011
Octal 310 47 273
Decimal 200 39 187
Hex C8 27 BB

RGB Percentages of Color #c827bb

%46.95
%9.15
%43.90

CMYK Percentages of Color #c827bb

%0
%81
%7
%22

Triadic Colors of #c827bb

#c827bb #bbc827 #27bbc8

Analogous Colors of #c827bb

#c827bb #c8276b #8527c8

Monochromatic Colors of #c827bb

#c827bb

Complementary Color

#c827bb #27c834

#c827bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c827bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c827bb Color CSS Codes

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

#c827bb Text Font Color

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

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


#c827bb Background Color

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

This div background color is #c827bb


#c827bb Border Color

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

This div border color is #c827bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c827bb


Comments

No comments written yet.

Please login to write comment.