Color Hex Logo

#ce7cff Color Hex

#CE7CFF
(206,124,255)
0 Favorites   0 Comments

Color spaces of #ce7cff

RGB 206124255
HSL0.771.000.74
HSV278°51°100°
CMYK 0.190.510.00   0.00
XYZ50.711334.757198.6438
Yxy34.75710.27540.1888
Hunter Lab58.955250.3684-57.9355
CIE-Lab65.559153.9844-52.9041

#ce7cff color RGB value is (206,124,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111100 11111111
Octal 316 174 377
Decimal 206 124 255
Hex CE 7C FF

RGB Percentages of Color #ce7cff

%35.21
%21.20
%43.59

CMYK Percentages of Color #ce7cff

%19
%51
%0
%0

Triadic Colors of #ce7cff

#ce7cff #ffce7c #7cffce

Analogous Colors of #ce7cff

#ce7cff #ff7cef #8d7cff

Monochromatic Colors of #ce7cff

#ce7cff

Complementary Color

#ce7cff #adff7c

#ce7cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce7cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce7cff Color CSS Codes

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

#ce7cff Text Font Color

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

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


#ce7cff Background Color

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

This div background color is #ce7cff


#ce7cff Border Color

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

This div border color is #ce7cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce7cff

Related Colors


Comments

No comments written yet.

Please login to write comment.