Color Hex Logo

#cf5ded Color Hex

#CF5DED
(207,93,237)
0 Favorites   0 Comments

Color spaces of #cf5ded

RGB 20793237
HSL0.800.800.65
HSV288°61°93°
CMYK 0.130.610.00   0.07
XYZ44.932527.208583.0043
Yxy27.20850.28960.1754
Hunter Lab52.161862.4780-57.8341
CIE-Lab59.166865.5080-53.1041

#cf5ded color RGB value is (207,93,237).

#cf5ded hex color red value is 207, green value is 93 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #cf5ded hue: 0.80 , saturation: 0.80 and the lightness value of cf5ded is 0.65.

The process color (four color CMYK) of #cf5ded color hex is 0.13, 0.61, 0.00, 0.07. Web safe color of #cf5ded is #cc66ff. Color #cf5ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01011101 11101101
Octal 317 135 355
Decimal 207 93 237
Hex CF 5D ED

RGB Percentages of Color #cf5ded

%38.55
%17.32
%44.13

CMYK Percentages of Color #cf5ded

%13
%61
%0
%7

Triadic Colors of #cf5ded

#cf5ded #edcf5d #5dedcf

Analogous Colors of #cf5ded

#cf5ded #ed5dc3 #875ded

Monochromatic Colors of #cf5ded

#cf5ded

Complementary Color

#cf5ded #7bed5d

#cf5ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf5ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf5ded Color CSS Codes

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

#cf5ded Text Font Color

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

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


#cf5ded Background Color

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

This div background color is #cf5ded


#cf5ded Border Color

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

This div border color is #cf5ded


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(207,93,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cf5ded; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cf5ded;
  -webkit-box-shadow: 1px 1px 3px 2px #cf5ded;
  box-shadow:         1px 1px 3px 2px #cf5ded; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,93,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf5ded


Comments

No comments written yet.

Please login to write comment.