Color Hex Logo

#ce57fc Color Hex

#CE57FC
(206,87,252)
0 Favorites   0 Comments

Color spaces of #ce57fc

RGB 20687252
HSL0.790.960.66
HSV283°65°99°
CMYK 0.180.650.00   0.01
XYZ46.432526.966594.8532
Yxy26.96650.27600.1603
Hunter Lab51.929368.7293-71.9477
CIE-Lab58.943370.7584-61.7994

#ce57fc color RGB value is (206,87,252).

#ce57fc hex color red value is 206, green value is 87 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ce57fc hue: 0.79 , saturation: 0.96 and the lightness value of ce57fc is 0.66.

The process color (four color CMYK) of #ce57fc color hex is 0.18, 0.65, 0.00, 0.01. Web safe color of #ce57fc is #cc66ff. Color #ce57fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010111 11111100
Octal 316 127 374
Decimal 206 87 252
Hex CE 57 FC

RGB Percentages of Color #ce57fc

%37.80
%15.96
%46.24

CMYK Percentages of Color #ce57fc

%18
%65
%0
%1

Triadic Colors of #ce57fc

#ce57fc #fcce57 #57fcce

Analogous Colors of #ce57fc

#ce57fc #fc57d8 #7c57fc

Monochromatic Colors of #ce57fc

#ce57fc

Complementary Color

#ce57fc #85fc57

#ce57fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce57fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce57fc Color CSS Codes

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

#ce57fc Text Font Color

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

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


#ce57fc Background Color

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

This div background color is #ce57fc


#ce57fc Border Color

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

This div border color is #ce57fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce57fc

Related Colors


Comments

No comments written yet.

Please login to write comment.