Color Hex Logo

#cf85df Color Hex

#CF85DF
(207,133,223)
0 Favorites   0 Comments

Color spaces of #cf85df

RGB 207133223
HSL0.800.580.70
HSV289°40°87°
CMYK 0.070.400.00   0.13
XYZ47.438935.368274.1385
Yxy35.36820.30230.2254
Hunter Lab59.471238.3111-32.2828
CIE-Lab66.034343.0184-34.5123

#cf85df color RGB value is (207,133,223).

#cf85df hex color red value is 207, green value is 133 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #cf85df hue: 0.80 , saturation: 0.58 and the lightness value of cf85df is 0.70.

The process color (four color CMYK) of #cf85df color hex is 0.07, 0.40, 0.00, 0.13. Web safe color of #cf85df is #cc99cc. Color #cf85df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10000101 11011111
Octal 317 205 337
Decimal 207 133 223
Hex CF 85 DF

RGB Percentages of Color #cf85df

%36.77
%23.62
%39.61

CMYK Percentages of Color #cf85df

%7
%40
%0
%13

Triadic Colors of #cf85df

#cf85df #dfcf85 #85dfcf

Analogous Colors of #cf85df

#cf85df #df85c2 #a285df

Monochromatic Colors of #cf85df

#cf85df

Complementary Color

#cf85df #95df85

#cf85df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf85df Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf85df Color CSS Codes

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

#cf85df Text Font Color

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

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


#cf85df Background Color

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

This div background color is #cf85df


#cf85df Border Color

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

This div border color is #cf85df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf85df


Comments

No comments written yet.

Please login to write comment.