Color Hex Logo

#c828be Color Hex

#C828BE
(200,40,190)
0 Favorites   0 Comments

Color spaces of #c828be

RGB 20040190
HSL0.840.670.47
HSV304°80°78°
CMYK 0.000.800.05   0.22
XYZ33.872517.514650.3106
Yxy17.51460.33310.1722
Hunter Lab41.850471.2343-41.9803
CIE-Lab48.902074.7419-42.7191

#c828be color RGB value is (200,40,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00101000 10111110
Octal 310 50 276
Decimal 200 40 190
Hex C8 28 BE

RGB Percentages of Color #c828be

%46.51
%9.30
%44.19

CMYK Percentages of Color #c828be

%0
%80
%5
%22

Triadic Colors of #c828be

#c828be #bec828 #28bec8

Analogous Colors of #c828be

#c828be #c8286e #8228c8

Monochromatic Colors of #c828be

#c828be

Complementary Color

#c828be #28c832

#c828be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c828be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c828be Color CSS Codes

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

#c828be Text Font Color

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

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


#c828be Background Color

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

This div background color is #c828be


#c828be Border Color

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

This div border color is #c828be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c828be


Comments

No comments written yet.

Please login to write comment.