Color Hex Logo

#cd68dc Color Hex

#CD68DC
(205,104,220)
0 Favorites   0 Comments

Color spaces of #cd68dc

RGB 205104220
HSL0.810.620.64
HSV292°53°86°
CMYK 0.070.530.00   0.14
XYZ43.045428.047170.8550
Yxy28.04710.30320.1976
Hunter Lab52.959552.4053-42.2530
CIE-Lab59.931356.6820-42.3980

#cd68dc color RGB value is (205,104,220).

#cd68dc hex color red value is 205, green value is 104 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cd68dc hue: 0.81 , saturation: 0.62 and the lightness value of cd68dc is 0.64.

The process color (four color CMYK) of #cd68dc color hex is 0.07, 0.53, 0.00, 0.14. Web safe color of #cd68dc is #cc66cc. Color #cd68dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01101000 11011100
Octal 315 150 334
Decimal 205 104 220
Hex CD 68 DC

RGB Percentages of Color #cd68dc

%38.75
%19.66
%41.59

CMYK Percentages of Color #cd68dc

%7
%53
%0
%14

Triadic Colors of #cd68dc

#cd68dc #dccd68 #68dccd

Analogous Colors of #cd68dc

#cd68dc #dc68b1 #9368dc

Monochromatic Colors of #cd68dc

#cd68dc

Complementary Color

#cd68dc #77dc68

#cd68dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd68dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd68dc Color CSS Codes

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

#cd68dc Text Font Color

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

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


#cd68dc Background Color

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

This div background color is #cd68dc


#cd68dc Border Color

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

This div border color is #cd68dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd68dc


Comments

No comments written yet.

Please login to write comment.