Color Hex Logo

#cf93ca Color Hex

#CF93CA
(207,147,202)
0 Favorites   0 Comments

Color spaces of #cf93ca

RGB 207147202
HSL0.850.380.69
HSV305°29°81°
CMYK 0.000.290.02   0.19
XYZ46.826538.397160.8205
Yxy38.39710.32060.2629
Hunter Lab61.965426.4509-14.8188
CIE-Lab68.312331.4856-19.3465

#cf93ca color RGB value is (207,147,202).

#cf93ca hex color red value is 207, green value is 147 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #cf93ca hue: 0.85 , saturation: 0.38 and the lightness value of cf93ca is 0.69.

The process color (four color CMYK) of #cf93ca color hex is 0.00, 0.29, 0.02, 0.19. Web safe color of #cf93ca is #cc99cc. Color #cf93ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10010011 11001010
Octal 317 223 312
Decimal 207 147 202
Hex CF 93 CA

RGB Percentages of Color #cf93ca

%37.23
%26.44
%36.33

CMYK Percentages of Color #cf93ca

%0
%29
%2
%19

Triadic Colors of #cf93ca

#cf93ca #cacf93 #93cacf

Analogous Colors of #cf93ca

#cf93ca #cf93ac #b693cf

Monochromatic Colors of #cf93ca

#cf93ca

Complementary Color

#cf93ca #93cf98

#cf93ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf93ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf93ca Color CSS Codes

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

#cf93ca Text Font Color

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

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


#cf93ca Background Color

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

This div background color is #cf93ca


#cf93ca Border Color

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

This div border color is #cf93ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf93ca


Comments

No comments written yet.

Please login to write comment.