Color Hex Logo

#ce75bc Color Hex

#CE75BC
(206,117,188)
0 Favorites   0 Comments

Color spaces of #ce75bc

RGB 206117188
HSL0.870.480.63
HSV312°43°81°
CMYK 0.000.430.09   0.19
XYZ40.892029.475251.1110
Yxy29.47520.33660.2426
Hunter Lab54.291139.4367-17.8134
CIE-Lab61.198744.7060-22.3335

#ce75bc color RGB value is (206,117,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110101 10111100
Octal 316 165 274
Decimal 206 117 188
Hex CE 75 BC

RGB Percentages of Color #ce75bc

%40.31
%22.90
%36.79

CMYK Percentages of Color #ce75bc

%0
%43
%9
%19

Triadic Colors of #ce75bc

#ce75bc #bcce75 #75bcce

Analogous Colors of #ce75bc

#ce75bc #ce7590 #b475ce

Monochromatic Colors of #ce75bc

#ce75bc

Complementary Color

#ce75bc #75ce87

#ce75bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce75bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce75bc Color CSS Codes

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

#ce75bc Text Font Color

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

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


#ce75bc Background Color

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

This div background color is #ce75bc


#ce75bc Border Color

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

This div border color is #ce75bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce75bc


Comments

No comments written yet.

Please login to write comment.