Color Hex Logo

#cd6efd Color Hex

#CD6EFD
(205,110,253)
0 Favorites   0 Comments

Color spaces of #cd6efd

RGB 205110253
HSL0.780.970.71
HSV280°57°99°
CMYK 0.190.570.00   0.01
XYZ48.482431.222896.3998
Yxy31.22280.27530.1773
Hunter Lab55.877457.0914-63.1731
CIE-Lab62.695360.2979-56.3631

#cd6efd color RGB value is (205,110,253).

#cd6efd hex color red value is 205, green value is 110 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #cd6efd hue: 0.78 , saturation: 0.97 and the lightness value of cd6efd is 0.71.

The process color (four color CMYK) of #cd6efd color hex is 0.19, 0.57, 0.00, 0.01. Web safe color of #cd6efd is #cc66ff. Color #cd6efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01101110 11111101
Octal 315 156 375
Decimal 205 110 253
Hex CD 6E FD

RGB Percentages of Color #cd6efd

%36.09
%19.37
%44.54

CMYK Percentages of Color #cd6efd

%19
%57
%0
%1

Triadic Colors of #cd6efd

#cd6efd #fdcd6e #6efdcd

Analogous Colors of #cd6efd

#cd6efd #fd6ee6 #866efd

Monochromatic Colors of #cd6efd

#cd6efd

Complementary Color

#cd6efd #9efd6e

#cd6efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd6efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd6efd Color CSS Codes

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

#cd6efd Text Font Color

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

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


#cd6efd Background Color

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

This div background color is #cd6efd


#cd6efd Border Color

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

This div border color is #cd6efd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,110,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd6efd

Related Colors


Comments

No comments written yet.

Please login to write comment.