Color Hex Logo

#ce7cfe Color Hex

#CE7CFE
(206,124,254)
0 Favorites   0 Comments

Color spaces of #ce7cfe

RGB 206124254
HSL0.770.980.74
HSV278°51°100°
CMYK 0.190.510.00   0.00
XYZ50.550634.692997.7980
Yxy34.69290.27620.1895
Hunter Lab58.900750.1187-57.2139
CIE-Lab65.508953.7722-52.4361

#ce7cfe color RGB value is (206,124,254).

#ce7cfe hex color red value is 206, green value is 124 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ce7cfe hue: 0.77 , saturation: 0.98 and the lightness value of ce7cfe is 0.74.

The process color (four color CMYK) of #ce7cfe color hex is 0.19, 0.51, 0.00, 0.00. Web safe color of #ce7cfe is #cc66ff. Color #ce7cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111100 11111110
Octal 316 174 376
Decimal 206 124 254
Hex CE 7C FE

RGB Percentages of Color #ce7cfe

%35.27
%21.23
%43.49

CMYK Percentages of Color #ce7cfe

%19
%51
%0
%0

Triadic Colors of #ce7cfe

#ce7cfe #fece7c #7cfece

Analogous Colors of #ce7cfe

#ce7cfe #fe7ced #8d7cfe

Monochromatic Colors of #ce7cfe

#ce7cfe

Complementary Color

#ce7cfe #acfe7c

#ce7cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce7cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce7cfe Color CSS Codes

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

#ce7cfe Text Font Color

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

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


#ce7cfe Background Color

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

This div background color is #ce7cfe


#ce7cfe Border Color

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

This div border color is #ce7cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce7cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.