Color Hex Logo

#cf6edd Color Hex

#CF6EDD
(207,110,221)
0 Favorites   0 Comments

Color spaces of #cf6edd

RGB 207110221
HSL0.810.620.65
HSV292°50°87°
CMYK 0.060.500.00   0.13
XYZ44.359229.637771.7893
Yxy29.63770.30430.2033
Hunter Lab54.440550.1744-40.0758
CIE-Lab61.340454.4757-40.7269

#cf6edd color RGB value is (207,110,221).

#cf6edd hex color red value is 207, green value is 110 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cf6edd hue: 0.81 , saturation: 0.62 and the lightness value of cf6edd is 0.65.

The process color (four color CMYK) of #cf6edd color hex is 0.06, 0.50, 0.00, 0.13. Web safe color of #cf6edd is #cc66cc. Color #cf6edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01101110 11011101
Octal 317 156 335
Decimal 207 110 221
Hex CF 6E DD

RGB Percentages of Color #cf6edd

%38.48
%20.45
%41.08

CMYK Percentages of Color #cf6edd

%6
%50
%0
%13

Triadic Colors of #cf6edd

#cf6edd #ddcf6e #6eddcf

Analogous Colors of #cf6edd

#cf6edd #dd6eb4 #986edd

Monochromatic Colors of #cf6edd

#cf6edd

Complementary Color

#cf6edd #7cdd6e

#cf6edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf6edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf6edd Color CSS Codes

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

#cf6edd Text Font Color

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

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


#cf6edd Background Color

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

This div background color is #cf6edd


#cf6edd Border Color

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

This div border color is #cf6edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf6edd


Comments

No comments written yet.

Please login to write comment.