Color Hex Logo

#ce74be Color Hex

#CE74BE
(206,116,190)
0 Favorites   0 Comments

Color spaces of #ce74be

RGB 206116190
HSL0.860.480.63
HSV311°44°81°
CMYK 0.000.440.08   0.19
XYZ40.993329.330352.2159
Yxy29.33030.33450.2394
Hunter Lab54.157540.3361-19.2542
CIE-Lab61.072045.5636-23.6640

#ce74be color RGB value is (206,116,190).

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

The process color (four color CMYK) of #ce74be color hex is 0.00, 0.44, 0.08, 0.19. Web safe color of #ce74be is #cc66cc. Color #ce74be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110100 10111110
Octal 316 164 276
Decimal 206 116 190
Hex CE 74 BE

RGB Percentages of Color #ce74be

%40.23
%22.66
%37.11

CMYK Percentages of Color #ce74be

%0
%44
%8
%19

Triadic Colors of #ce74be

#ce74be #bece74 #74bece

Analogous Colors of #ce74be

#ce74be #ce7491 #b174ce

Monochromatic Colors of #ce74be

#ce74be

Complementary Color

#ce74be #74ce84

#ce74be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce74be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce74be Color CSS Codes

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

#ce74be Text Font Color

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

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


#ce74be Background Color

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

This div background color is #ce74be


#ce74be Border Color

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

This div border color is #ce74be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce74be


Comments

No comments written yet.

Please login to write comment.