Color Hex Logo

#cf98ec Color Hex

#CF98EC
(207,152,236)
0 Favorites   0 Comments

Color spaces of #cf98ec

RGB 207152236
HSL0.780.690.76
HSV279°36°93°
CMYK 0.120.360.00   0.07
XYZ52.100741.778084.6748
Yxy41.77800.29180.2340
Hunter Lab64.635930.7697-32.4264
CIE-Lab70.717635.4199-34.4065

#cf98ec color RGB value is (207,152,236).

#cf98ec hex color red value is 207, green value is 152 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #cf98ec hue: 0.78 , saturation: 0.69 and the lightness value of cf98ec is 0.76.

The process color (four color CMYK) of #cf98ec color hex is 0.12, 0.36, 0.00, 0.07. Web safe color of #cf98ec is #cc99ff. Color #cf98ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10011000 11101100
Octal 317 230 354
Decimal 207 152 236
Hex CF 98 EC

RGB Percentages of Color #cf98ec

%34.79
%25.55
%39.66

CMYK Percentages of Color #cf98ec

%12
%36
%0
%7

Triadic Colors of #cf98ec

#cf98ec #eccf98 #98eccf

Analogous Colors of #cf98ec

#cf98ec #ec98df #a598ec

Monochromatic Colors of #cf98ec

#cf98ec

Complementary Color

#cf98ec #b5ec98

#cf98ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf98ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf98ec Color CSS Codes

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

#cf98ec Text Font Color

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

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


#cf98ec Background Color

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

This div background color is #cf98ec


#cf98ec Border Color

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

This div border color is #cf98ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf98ec


Comments

No comments written yet.

Please login to write comment.