Color Hex Logo

#c825bb Color Hex

#C825BB
(200,37,187)
0 Favorites   0 Comments

Color spaces of #c825bb

RGB 20037187
HSL0.850.690.46
HSV305°82°78°
CMYK 0.000.820.07   0.22
XYZ33.450617.190448.5687
Yxy17.19040.33720.1733
Hunter Lab41.461371.4549-40.4307
CIE-Lab48.499075.0008-41.6084

#c825bb color RGB value is (200,37,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00100101 10111011
Octal 310 45 273
Decimal 200 37 187
Hex C8 25 BB

RGB Percentages of Color #c825bb

%47.17
%8.73
%44.10

CMYK Percentages of Color #c825bb

%0
%82
%7
%22

Triadic Colors of #c825bb

#c825bb #bbc825 #25bbc8

Analogous Colors of #c825bb

#c825bb #c8256a #8425c8

Monochromatic Colors of #c825bb

#c825bb

Complementary Color

#c825bb #25c832

#c825bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c825bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c825bb Color CSS Codes

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

#c825bb Text Font Color

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

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


#c825bb Background Color

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

This div background color is #c825bb


#c825bb Border Color

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

This div border color is #c825bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,37,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 #c825bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c825bb


Comments

No comments written yet.

Please login to write comment.