Color Hex Logo

#ce4bff Color Hex

#CE4BFF
(206,75,255)
0 Favorites   0 Comments

Color spaces of #ce4bff

RGB 20675255
HSL0.791.000.65
HSV284°71°100°
CMYK 0.190.710.00   0.00
XYZ46.019725.374097.0799
Yxy25.37400.27320.1506
Hunter Lab50.372674.9230-79.0050
CIE-Lab57.438076.0762-65.8779

#ce4bff color RGB value is (206,75,255).

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

The process color (four color CMYK) of #ce4bff color hex is 0.19, 0.71, 0.00, 0.00. Web safe color of #ce4bff is #cc33ff. Color #ce4bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01001011 11111111
Octal 316 113 377
Decimal 206 75 255
Hex CE 4B FF

RGB Percentages of Color #ce4bff

%38.43
%13.99
%47.57

CMYK Percentages of Color #ce4bff

%19
%71
%0
%0

Triadic Colors of #ce4bff

#ce4bff #ffce4b #4bffce

Analogous Colors of #ce4bff

#ce4bff #ff4bd6 #744bff

Monochromatic Colors of #ce4bff

#ce4bff

Complementary Color

#ce4bff #7cff4b

#ce4bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce4bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce4bff Color CSS Codes

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

#ce4bff Text Font Color

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

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


#ce4bff Background Color

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

This div background color is #ce4bff


#ce4bff Border Color

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

This div border color is #ce4bff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,75,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 #ce4bff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce4bff


Comments

No comments written yet.

Please login to write comment.