Color Hex Logo

#ce74ae Color Hex

#CE74AE
(206,116,174)
0 Favorites   0 Comments

Color spaces of #ce74ae

RGB 206116174
HSL0.890.480.63
HSV321°44°81°
CMYK 0.000.440.16   0.19
XYZ39.339028.668643.5046
Yxy28.66860.35280.2571
Hunter Lab53.543137.4466-10.6939
CIE-Lab60.488042.9292-15.4305

#ce74ae color RGB value is (206,116,174).

#ce74ae hex color red value is 206, green value is 116 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ce74ae hue: 0.89 , saturation: 0.48 and the lightness value of ce74ae is 0.63.

The process color (four color CMYK) of #ce74ae color hex is 0.00, 0.44, 0.16, 0.19. Web safe color of #ce74ae is #cc6699. Color #ce74ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110100 10101110
Octal 316 164 256
Decimal 206 116 174
Hex CE 74 AE

RGB Percentages of Color #ce74ae

%41.53
%23.39
%35.08

CMYK Percentages of Color #ce74ae

%0
%44
%16
%19

Triadic Colors of #ce74ae

#ce74ae #aece74 #74aece

Analogous Colors of #ce74ae

#ce74ae #ce7481 #c174ce

Monochromatic Colors of #ce74ae

#ce74ae

Complementary Color

#ce74ae #74ce94

#ce74ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce74ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce74ae Color CSS Codes

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

#ce74ae Text Font Color

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

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


#ce74ae Background Color

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

This div background color is #ce74ae


#ce74ae Border Color

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

This div border color is #ce74ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce74ae


Comments

No comments written yet.

Please login to write comment.