Color Hex Logo

#ce0380 Color Hex

#CE0380
(206,3,128)
0 Favorites   0 Comments

Color spaces of #ce0380

RGB 2063128
HSL0.900.970.41
HSV323°99°81°
CMYK 0.000.990.38   0.19
XYZ29.382414.745421.7196
Yxy14.74540.44620.2239
Hunter Lab38.399769.3836-6.6557
CIE-Lab45.283573.9271-11.1974

#ce0380 color RGB value is (206,3,128).

#ce0380 hex color red value is 206, green value is 3 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #ce0380 hue: 0.90 , saturation: 0.97 and the lightness value of ce0380 is 0.41.

The process color (four color CMYK) of #ce0380 color hex is 0.00, 0.99, 0.38, 0.19. Web safe color of #ce0380 is #cc0099. Color #ce0380 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000011 10000000
Octal 316 3 200
Decimal 206 3 128
Hex CE 3 80

RGB Percentages of Color #ce0380

%61.13
%0.89
%37.98

CMYK Percentages of Color #ce0380

%0
%99
%38
%19

Triadic Colors of #ce0380

#ce0380 #80ce03 #0380ce

Analogous Colors of #ce0380

#ce0380 #ce031b #b703ce

Monochromatic Colors of #ce0380

#ce0380

Complementary Color

#ce0380 #03ce51

#ce0380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce0380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce0380 Color CSS Codes

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

#ce0380 Text Font Color

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

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


#ce0380 Background Color

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

This div background color is #ce0380


#ce0380 Border Color

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

This div border color is #ce0380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce0380


Comments

No comments written yet.

Please login to write comment.