Color Hex Logo

#d35cdc Color Hex

#D35CDC
(211,92,220)
0 Favorites   0 Comments

Color spaces of #d35cdc

RGB 21192220
HSL0.820.650.61
HSV296°58°86°
CMYK 0.040.580.00   0.14
XYZ43.609426.670570.5596
Yxy26.67050.30960.1894
Hunter Lab51.643560.3550-44.8565
CIE-Lab58.668163.7964-44.3347

#d35cdc color RGB value is (211,92,220).

#d35cdc hex color red value is 211, green value is 92 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d35cdc hue: 0.82 , saturation: 0.65 and the lightness value of d35cdc is 0.61.

The process color (four color CMYK) of #d35cdc color hex is 0.04, 0.58, 0.00, 0.14. Web safe color of #d35cdc is #cc66cc. Color #d35cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01011100 11011100
Octal 323 134 334
Decimal 211 92 220
Hex D3 5C DC

RGB Percentages of Color #d35cdc

%40.34
%17.59
%42.07

CMYK Percentages of Color #d35cdc

%4
%58
%0
%14

Triadic Colors of #d35cdc

#d35cdc #dcd35c #5cdcd3

Analogous Colors of #d35cdc

#d35cdc #dc5ca5 #935cdc

Monochromatic Colors of #d35cdc

#d35cdc

Complementary Color

#d35cdc #65dc5c

#d35cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d35cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d35cdc Color CSS Codes

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

#d35cdc Text Font Color

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

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


#d35cdc Background Color

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

This div background color is #d35cdc


#d35cdc Border Color

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

This div border color is #d35cdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,92,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d35cdc


Comments

No comments written yet.

Please login to write comment.