Color Hex Logo

#ce267e Color Hex

#CE267E
(206,38,126)
0 Favorites   0 Comments

Color spaces of #ce267e

RGB 20638126
HSL0.910.690.48
HSV329°82°81°
CMYK 0.000.820.39   0.19
XYZ29.912616.014421.2532
Yxy16.01440.44530.2384
Hunter Lab40.018063.3935-3.4758
CIE-Lab46.993468.5784-7.4068

#ce267e color RGB value is (206,38,126).

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

The process color (four color CMYK) of #ce267e color hex is 0.00, 0.82, 0.39, 0.19. Web safe color of #ce267e is #cc3366. Color #ce267e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100110 01111110
Octal 316 46 176
Decimal 206 38 126
Hex CE 26 7E

RGB Percentages of Color #ce267e

%55.68
%10.27
%34.05

CMYK Percentages of Color #ce267e

%0
%82
%39
%19

Triadic Colors of #ce267e

#ce267e #7ece26 #267ece

Analogous Colors of #ce267e

#ce267e #ce262a #ca26ce

Monochromatic Colors of #ce267e

#ce267e

Complementary Color

#ce267e #26ce76

#ce267e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce267e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce267e Color CSS Codes

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

#ce267e Text Font Color

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

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


#ce267e Background Color

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

This div background color is #ce267e


#ce267e Border Color

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

This div border color is #ce267e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce267e

#ce267e Color Palettes


Comments

No comments written yet.

Please login to write comment.