Color Hex Logo

#ce4cf6 Color Hex

#CE4CF6
(206,76,246)
0 Favorites   0 Comments

Color spaces of #ce4cf6

RGB 20676246
HSL0.790.900.63
HSV286°69°96°
CMYK 0.160.690.00   0.04
XYZ44.672624.944589.6490
Yxy24.94450.28050.1566
Hunter Lab49.944572.2557-71.4629
CIE-Lab57.021374.0035-61.5539

#ce4cf6 color RGB value is (206,76,246).

#ce4cf6 hex color red value is 206, green value is 76 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #ce4cf6 hue: 0.79 , saturation: 0.90 and the lightness value of ce4cf6 is 0.63.

The process color (four color CMYK) of #ce4cf6 color hex is 0.16, 0.69, 0.00, 0.04. Web safe color of #ce4cf6 is #cc33ff. Color #ce4cf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01001100 11110110
Octal 316 114 366
Decimal 206 76 246
Hex CE 4C F6

RGB Percentages of Color #ce4cf6

%39.02
%14.39
%46.59

CMYK Percentages of Color #ce4cf6

%16
%69
%0
%4

Triadic Colors of #ce4cf6

#ce4cf6 #f6ce4c #4cf6ce

Analogous Colors of #ce4cf6

#ce4cf6 #f64cc9 #794cf6

Monochromatic Colors of #ce4cf6

#ce4cf6

Complementary Color

#ce4cf6 #74f64c

#ce4cf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce4cf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce4cf6 Color CSS Codes

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

#ce4cf6 Text Font Color

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

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


#ce4cf6 Background Color

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

This div background color is #ce4cf6


#ce4cf6 Border Color

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

This div border color is #ce4cf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce4cf6


Comments

No comments written yet.

Please login to write comment.