Color Hex Logo

#cd6bef Color Hex

#CD6BEF
(205,107,239)
0 Favorites   0 Comments

Color spaces of #cd6bef

RGB 205107239
HSL0.790.800.68
HSV285°55°94°
CMYK 0.140.550.00   0.06
XYZ46.014529.726584.9739
Yxy29.72650.28630.1850
Hunter Lab54.522055.2337-54.2395
CIE-Lab61.417558.9084-50.6574

#cd6bef color RGB value is (205,107,239).

#cd6bef hex color red value is 205, green value is 107 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #cd6bef hue: 0.79 , saturation: 0.80 and the lightness value of cd6bef is 0.68.

The process color (four color CMYK) of #cd6bef color hex is 0.14, 0.55, 0.00, 0.06. Web safe color of #cd6bef is #cc66ff. Color #cd6bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01101011 11101111
Octal 315 153 357
Decimal 205 107 239
Hex CD 6B EF

RGB Percentages of Color #cd6bef

%37.21
%19.42
%43.38

CMYK Percentages of Color #cd6bef

%14
%55
%0
%6

Triadic Colors of #cd6bef

#cd6bef #efcd6b #6befcd

Analogous Colors of #cd6bef

#cd6bef #ef6bcf #8b6bef

Monochromatic Colors of #cd6bef

#cd6bef

Complementary Color

#cd6bef #8def6b

#cd6bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd6bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd6bef Color CSS Codes

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

#cd6bef Text Font Color

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

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


#cd6bef Background Color

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

This div background color is #cd6bef


#cd6bef Border Color

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

This div border color is #cd6bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd6bef


Comments

No comments written yet.

Please login to write comment.