Color Hex Logo

#ce75ba Color Hex

#CE75BA
(206,117,186)
0 Favorites   0 Comments

Color spaces of #ce75ba

RGB 206117186
HSL0.870.480.63
HSV313°43°81°
CMYK 0.000.430.10   0.19
XYZ40.677829.389649.9832
Yxy29.38960.33880.2448
Hunter Lab54.212239.0652-16.7164
CIE-Lab61.123944.3682-21.3107

#ce75ba color RGB value is (206,117,186).

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

The process color (four color CMYK) of #ce75ba color hex is 0.00, 0.43, 0.10, 0.19. Web safe color of #ce75ba is #cc66cc. Color #ce75ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110101 10111010
Octal 316 165 272
Decimal 206 117 186
Hex CE 75 BA

RGB Percentages of Color #ce75ba

%40.47
%22.99
%36.54

CMYK Percentages of Color #ce75ba

%0
%43
%10
%19

Triadic Colors of #ce75ba

#ce75ba #bace75 #75bace

Analogous Colors of #ce75ba

#ce75ba #ce758e #b675ce

Monochromatic Colors of #ce75ba

#ce75ba

Complementary Color

#ce75ba #75ce89

#ce75ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce75ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce75ba Color CSS Codes

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

#ce75ba Text Font Color

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

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


#ce75ba Background Color

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

This div background color is #ce75ba


#ce75ba Border Color

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

This div border color is #ce75ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce75ba


Comments

No comments written yet.

Please login to write comment.