Color Hex Logo

#ce268b Color Hex

#CE268B
(206,38,139)
0 Favorites   0 Comments

Color spaces of #ce268b

RGB 20638139
HSL0.900.690.48
HSV324°82°81°
CMYK 0.000.820.33   0.19
XYZ30.806916.372125.9625
Yxy16.37210.42120.2238
Hunter Lab40.462565.0953-9.7194
CIE-Lab47.458969.9278-14.6082

#ce268b color RGB value is (206,38,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100110 10001011
Octal 316 46 213
Decimal 206 38 139
Hex CE 26 8B

RGB Percentages of Color #ce268b

%53.79
%9.92
%36.29

CMYK Percentages of Color #ce268b

%0
%82
%33
%19

Triadic Colors of #ce268b

#ce268b #8bce26 #268bce

Analogous Colors of #ce268b

#ce268b #ce2637 #bd26ce

Monochromatic Colors of #ce268b

#ce268b

Complementary Color

#ce268b #26ce69

#ce268b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce268b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce268b Color CSS Codes

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

#ce268b Text Font Color

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

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


#ce268b Background Color

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

This div background color is #ce268b


#ce268b Border Color

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

This div border color is #ce268b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce268b


Comments

No comments written yet.

Please login to write comment.