Color Hex Logo

#ce2bec Color Hex

#CE2BEC
(206,43,236)
0 Favorites   0 Comments

Color spaces of #ce2bec

RGB 20643236
HSL0.810.840.55
HSV291°82°93°
CMYK 0.130.820.00   0.07
XYZ41.457820.905781.2070
Yxy20.90570.28880.1456
Hunter Lab45.722881.8350-73.2975
CIE-Lab52.846182.4415-62.6735

#ce2bec color RGB value is (206,43,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00101011 11101100
Octal 316 53 354
Decimal 206 43 236
Hex CE 2B EC

RGB Percentages of Color #ce2bec

%42.47
%8.87
%48.66

CMYK Percentages of Color #ce2bec

%13
%82
%0
%7

Triadic Colors of #ce2bec

#ce2bec #ecce2b #2becce

Analogous Colors of #ce2bec

#ce2bec #ec2baa #6e2bec

Monochromatic Colors of #ce2bec

#ce2bec

Complementary Color

#ce2bec #49ec2b

#ce2bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce2bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce2bec Color CSS Codes

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

#ce2bec Text Font Color

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

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


#ce2bec Background Color

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

This div background color is #ce2bec


#ce2bec Border Color

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

This div border color is #ce2bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce2bec


Comments

No comments written yet.

Please login to write comment.