Color Hex Logo

#cf6bdd Color Hex

#CF6BDD
(207,107,221)
0 Favorites   0 Comments

Color spaces of #cf6bdd

RGB 207107221
HSL0.810.630.64
HSV293°52°87°
CMYK 0.060.520.00   0.13
XYZ44.041029.001271.6832
Yxy29.00120.30430.2004
Hunter Lab53.852851.7357-41.2238
CIE-Lab60.782755.9498-41.6026

#cf6bdd color RGB value is (207,107,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01101011 11011101
Octal 317 153 335
Decimal 207 107 221
Hex CF 6B DD

RGB Percentages of Color #cf6bdd

%38.69
%20.00
%41.31

CMYK Percentages of Color #cf6bdd

%6
%52
%0
%13

Triadic Colors of #cf6bdd

#cf6bdd #ddcf6b #6bddcf

Analogous Colors of #cf6bdd

#cf6bdd #dd6bb2 #966bdd

Monochromatic Colors of #cf6bdd

#cf6bdd

Complementary Color

#cf6bdd #79dd6b

#cf6bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf6bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf6bdd Color CSS Codes

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

#cf6bdd Text Font Color

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

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


#cf6bdd Background Color

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

This div background color is #cf6bdd


#cf6bdd Border Color

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

This div border color is #cf6bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf6bdd


Comments

No comments written yet.

Please login to write comment.