Color Hex Logo

#c828cb Color Hex

#C828CB
(200,40,203)
0 Favorites   0 Comments

Color spaces of #c828cb

RGB 20040203
HSL0.830.670.48
HSV299°80°80°
CMYK 0.010.800.00   0.20
XYZ35.357718.108758.1317
Yxy18.10870.31680.1623
Hunter Lab42.554373.8427-51.2056
CIE-Lab49.627776.7211-49.0974

#c828cb color RGB value is (200,40,203).

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

The process color (four color CMYK) of #c828cb color hex is 0.01, 0.80, 0.00, 0.20. Web safe color of #c828cb is #cc33cc. Color #c828cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00101000 11001011
Octal 310 50 313
Decimal 200 40 203
Hex C8 28 CB

RGB Percentages of Color #c828cb

%45.15
%9.03
%45.82

CMYK Percentages of Color #c828cb

%1
%80
%0
%20

Triadic Colors of #c828cb

#c828cb #cbc828 #28cbc8

Analogous Colors of #c828cb

#c828cb #cb287d #7728cb

Monochromatic Colors of #c828cb

#c828cb

Complementary Color

#c828cb #2bcb28

#c828cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c828cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c828cb Color CSS Codes

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

#c828cb Text Font Color

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

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


#c828cb Background Color

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

This div background color is #c828cb


#c828cb Border Color

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

This div border color is #c828cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c828cb


Comments

No comments written yet.

Please login to write comment.