Color Hex Logo

#d352cb Color Hex

#D352CB
(211,82,203)
0 Favorites   0 Comments

Color spaces of #d352cb

RGB 21182203
HSL0.840.590.57
HSV304°61°83°
CMYK 0.000.610.04   0.17
XYZ40.660824.195359.0270
Yxy24.19530.32820.1953
Hunter Lab49.188761.4729-36.7165
CIE-Lab56.282865.1826-38.4518

#d352cb color RGB value is (211,82,203).

#d352cb hex color red value is 211, green value is 82 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d352cb hue: 0.84 , saturation: 0.59 and the lightness value of d352cb is 0.57.

The process color (four color CMYK) of #d352cb color hex is 0.00, 0.61, 0.04, 0.17. Web safe color of #d352cb is #cc66cc. Color #d352cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01010010 11001011
Octal 323 122 313
Decimal 211 82 203
Hex D3 52 CB

RGB Percentages of Color #d352cb

%42.54
%16.53
%40.93

CMYK Percentages of Color #d352cb

%0
%61
%4
%17

Triadic Colors of #d352cb

#d352cb #cbd352 #52cbd3

Analogous Colors of #d352cb

#d352cb #d3528b #9b52d3

Monochromatic Colors of #d352cb

#d352cb

Complementary Color

#d352cb #52d35a

#d352cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d352cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d352cb Color CSS Codes

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

#d352cb Text Font Color

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

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


#d352cb Background Color

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

This div background color is #d352cb


#d352cb Border Color

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

This div border color is #d352cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d352cb


Comments

No comments written yet.

Please login to write comment.