Color Hex Logo

#cf93df Color Hex

#CF93DF
(207,147,223)
0 Favorites   0 Comments

Color spaces of #cf93df

RGB 207147223
HSL0.800.540.73
HSV287°34°87°
CMYK 0.070.340.00   0.13
XYZ49.485139.460574.8205
Yxy39.46050.30220.2410
Hunter Lab62.817630.6841-26.6466
CIE-Lab69.083535.4976-29.7929

#cf93df color RGB value is (207,147,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10010011 11011111
Octal 317 223 337
Decimal 207 147 223
Hex CF 93 DF

RGB Percentages of Color #cf93df

%35.88
%25.48
%38.65

CMYK Percentages of Color #cf93df

%7
%34
%0
%13

Triadic Colors of #cf93df

#cf93df #dfcf93 #93dfcf

Analogous Colors of #cf93df

#cf93df #df93c9 #a993df

Monochromatic Colors of #cf93df

#cf93df

Complementary Color

#cf93df #a3df93

#cf93df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf93df Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf93df Color CSS Codes

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

#cf93df Text Font Color

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

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


#cf93df Background Color

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

This div background color is #cf93df


#cf93df Border Color

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

This div border color is #cf93df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf93df


Comments

No comments written yet.

Please login to write comment.