Color Hex Logo

#ce417e Color Hex

#CE417E
(206,65,126)
0 Favorites   0 Comments

Color spaces of #ce417e

RGB 20665126
HSL0.930.590.53
HSV334°68°81°
CMYK 0.000.680.39   0.19
XYZ31.109818.408821.6522
Yxy18.40880.43710.2587
Hunter Lab42.905554.34180.1132
CIE-Lab49.988260.1476-2.9648

#ce417e color RGB value is (206,65,126).

#ce417e hex color red value is 206, green value is 65 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ce417e hue: 0.93 , saturation: 0.59 and the lightness value of ce417e is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000001 01111110
Octal 316 101 176
Decimal 206 65 126
Hex CE 41 7E

RGB Percentages of Color #ce417e

%51.89
%16.37
%31.74

CMYK Percentages of Color #ce417e

%0
%68
%39
%19

Triadic Colors of #ce417e

#ce417e #7ece41 #417ece

Analogous Colors of #ce417e

#ce417e #ce4a41 #ce41c5

Monochromatic Colors of #ce417e

#ce417e

Complementary Color

#ce417e #41ce91

#ce417e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce417e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce417e Color CSS Codes

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

#ce417e Text Font Color

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

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


#ce417e Background Color

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

This div background color is #ce417e


#ce417e Border Color

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

This div border color is #ce417e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,65,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 #ce417e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce417e


Comments

No comments written yet.

Please login to write comment.