Color Hex Logo

#ce4bec Color Hex

#CE4BEC
(206,75,236)
0 Favorites   0 Comments

Color spaces of #ce4bec

RGB 20675236
HSL0.800.810.61
HSV289°68°93°
CMYK 0.130.680.00   0.07
XYZ43.110024.210181.7577
Yxy24.21010.28920.1624
Hunter Lab49.203870.2867-64.0745
CIE-Lab56.297572.5366-57.1319

#ce4bec color RGB value is (206,75,236).

#ce4bec hex color red value is 206, green value is 75 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ce4bec hue: 0.80 , saturation: 0.81 and the lightness value of ce4bec is 0.61.

The process color (four color CMYK) of #ce4bec color hex is 0.13, 0.68, 0.00, 0.07. Web safe color of #ce4bec is #cc33ff. Color #ce4bec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01001011 11101100
Octal 316 113 354
Decimal 206 75 236
Hex CE 4B EC

RGB Percentages of Color #ce4bec

%39.85
%14.51
%45.65

CMYK Percentages of Color #ce4bec

%13
%68
%0
%7

Triadic Colors of #ce4bec

#ce4bec #ecce4b #4becce

Analogous Colors of #ce4bec

#ce4bec #ec4bba #7e4bec

Monochromatic Colors of #ce4bec

#ce4bec

Complementary Color

#ce4bec #69ec4b

#ce4bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce4bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce4bec Color CSS Codes

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

#ce4bec Text Font Color

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

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


#ce4bec Background Color

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

This div background color is #ce4bec


#ce4bec Border Color

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

This div border color is #ce4bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce4bec


Comments

No comments written yet.

Please login to write comment.