Color Hex Logo

#cd4bef Color Hex

#CD4BEF
(205,75,239)
0 Favorites   0 Comments

Color spaces of #cd4bef

RGB 20575239
HSL0.800.840.62
HSV288°69°94°
CMYK 0.140.690.00   0.06
XYZ43.272924.243384.0600
Yxy24.24330.28550.1599
Hunter Lab49.237570.7111-66.7558
CIE-Lab56.330672.8775-58.7655

#cd4bef color RGB value is (205,75,239).

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

The process color (four color CMYK) of #cd4bef color hex is 0.14, 0.69, 0.00, 0.06. Web safe color of #cd4bef is #cc33ff. Color #cd4bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01001011 11101111
Octal 315 113 357
Decimal 205 75 239
Hex CD 4B EF

RGB Percentages of Color #cd4bef

%39.50
%14.45
%46.05

CMYK Percentages of Color #cd4bef

%14
%69
%0
%6

Triadic Colors of #cd4bef

#cd4bef #efcd4b #4befcd

Analogous Colors of #cd4bef

#cd4bef #ef4bbf #7b4bef

Monochromatic Colors of #cd4bef

#cd4bef

Complementary Color

#cd4bef #6def4b

#cd4bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd4bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd4bef Color CSS Codes

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

#cd4bef Text Font Color

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

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


#cd4bef Background Color

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

This div background color is #cd4bef


#cd4bef Border Color

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

This div border color is #cd4bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd4bef


Comments

No comments written yet.

Please login to write comment.