Color Hex Logo

#ce268e Color Hex

#CE268E
(206,38,142)
0 Favorites   0 Comments

Color spaces of #ce268e

RGB 20638142
HSL0.900.690.48
HSV323°82°81°
CMYK 0.000.820.31   0.19
XYZ31.029216.461027.1331
Yxy16.46100.41580.2206
Hunter Lab40.572265.5138-11.2504
CIE-Lab47.573670.2577-16.2471

#ce268e color RGB value is (206,38,142).

#ce268e hex color red value is 206, green value is 38 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ce268e hue: 0.90 , saturation: 0.69 and the lightness value of ce268e is 0.48.

The process color (four color CMYK) of #ce268e color hex is 0.00, 0.82, 0.31, 0.19. Web safe color of #ce268e is #cc3399. Color #ce268e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100110 10001110
Octal 316 46 216
Decimal 206 38 142
Hex CE 26 8E

RGB Percentages of Color #ce268e

%53.37
%9.84
%36.79

CMYK Percentages of Color #ce268e

%0
%82
%31
%19

Triadic Colors of #ce268e

#ce268e #8ece26 #268ece

Analogous Colors of #ce268e

#ce268e #ce263a #ba26ce

Monochromatic Colors of #ce268e

#ce268e

Complementary Color

#ce268e #26ce66

#ce268e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce268e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce268e Color CSS Codes

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

#ce268e Text Font Color

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

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


#ce268e Background Color

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

This div background color is #ce268e


#ce268e Border Color

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

This div border color is #ce268e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce268e


Comments

No comments written yet.

Please login to write comment.