Color Hex Logo

#ce267c Color Hex

#CE267C
(206,38,124)
0 Favorites   0 Comments

Color spaces of #ce267c

RGB 20638124
HSL0.910.690.48
HSV329°82°81°
CMYK 0.000.820.40   0.19
XYZ29.784815.963320.5802
Yxy15.96330.44910.2407
Hunter Lab39.954163.1477-2.5722
CIE-Lab46.926368.3824-6.2847

#ce267c color RGB value is (206,38,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100110 01111100
Octal 316 46 174
Decimal 206 38 124
Hex CE 26 7C

RGB Percentages of Color #ce267c

%55.98
%10.33
%33.70

CMYK Percentages of Color #ce267c

%0
%82
%40
%19

Triadic Colors of #ce267c

#ce267c #7cce26 #267cce

Analogous Colors of #ce267c

#ce267c #ce2628 #cc26ce

Monochromatic Colors of #ce267c

#ce267c

Complementary Color

#ce267c #26ce78

#ce267c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce267c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce267c Color CSS Codes

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

#ce267c Text Font Color

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

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


#ce267c Background Color

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

This div background color is #ce267c


#ce267c Border Color

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

This div border color is #ce267c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce267c


Comments

No comments written yet.

Please login to write comment.