Color Hex Logo

#cf57ee Color Hex

#CF57EE
(207,87,238)
0 Favorites   0 Comments

Color spaces of #cf57ee

RGB 20787238
HSL0.800.820.64
HSV288°63°93°
CMYK 0.130.630.00   0.07
XYZ44.572926.254883.6074
Yxy26.25480.28860.1700
Hunter Lab51.239465.6071-60.8759
CIE-Lab58.278168.2968-55.0778

#cf57ee color RGB value is (207,87,238).

#cf57ee hex color red value is 207, green value is 87 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cf57ee hue: 0.80 , saturation: 0.82 and the lightness value of cf57ee is 0.64.

The process color (four color CMYK) of #cf57ee color hex is 0.13, 0.63, 0.00, 0.07. Web safe color of #cf57ee is #cc66ff. Color #cf57ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01010111 11101110
Octal 317 127 356
Decimal 207 87 238
Hex CF 57 EE

RGB Percentages of Color #cf57ee

%38.91
%16.35
%44.74

CMYK Percentages of Color #cf57ee

%13
%63
%0
%7

Triadic Colors of #cf57ee

#cf57ee #eecf57 #57eecf

Analogous Colors of #cf57ee

#cf57ee #ee57c2 #8457ee

Monochromatic Colors of #cf57ee

#cf57ee

Complementary Color

#cf57ee #76ee57

#cf57ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf57ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf57ee Color CSS Codes

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

#cf57ee Text Font Color

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

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


#cf57ee Background Color

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

This div background color is #cf57ee


#cf57ee Border Color

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

This div border color is #cf57ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf57ee


Comments

No comments written yet.

Please login to write comment.