Color Hex Logo

#d828cb Color Hex

#D828CB
(216,40,203)
0 Favorites   0 Comments

Color spaces of #d828cb

RGB 21640203
HSL0.850.690.50
HSV304°81°85°
CMYK 0.000.810.06   0.15
XYZ39.857220.428358.3423
Yxy20.42830.33600.1722
Hunter Lab45.197778.3128-44.8947
CIE-Lab52.318079.7737-44.6546

#d828cb color RGB value is (216,40,203).

#d828cb hex color red value is 216, green value is 40 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d828cb hue: 0.85 , saturation: 0.69 and the lightness value of d828cb is 0.50.

The process color (four color CMYK) of #d828cb color hex is 0.00, 0.81, 0.06, 0.15. Web safe color of #d828cb is #cc33cc. Color #d828cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00101000 11001011
Octal 330 50 313
Decimal 216 40 203
Hex D8 28 CB

RGB Percentages of Color #d828cb

%47.06
%8.71
%44.23

CMYK Percentages of Color #d828cb

%0
%81
%6
%15

Triadic Colors of #d828cb

#d828cb #cbd828 #28cbd8

Analogous Colors of #d828cb

#d828cb #d82873 #8d28d8

Monochromatic Colors of #d828cb

#d828cb

Complementary Color

#d828cb #28d835

#d828cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d828cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d828cb Color CSS Codes

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

#d828cb Text Font Color

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

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


#d828cb Background Color

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

This div background color is #d828cb


#d828cb Border Color

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

This div border color is #d828cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d828cb


Comments

No comments written yet.

Please login to write comment.