Color Hex Logo

#ce75bb Color Hex

#CE75BB
(206,117,187)
0 Favorites   0 Comments

Color spaces of #ce75bb

RGB 206117187
HSL0.870.480.63
HSV313°43°81°
CMYK 0.000.430.09   0.19
XYZ40.784529.432250.5451
Yxy29.43220.33770.2437
Hunter Lab54.251539.2505-17.2634
CIE-Lab61.161244.5368-21.8224

#ce75bb color RGB value is (206,117,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110101 10111011
Octal 316 165 273
Decimal 206 117 187
Hex CE 75 BB

RGB Percentages of Color #ce75bb

%40.39
%22.94
%36.67

CMYK Percentages of Color #ce75bb

%0
%43
%9
%19

Triadic Colors of #ce75bb

#ce75bb #bbce75 #75bbce

Analogous Colors of #ce75bb

#ce75bb #ce758f #b575ce

Monochromatic Colors of #ce75bb

#ce75bb

Complementary Color

#ce75bb #75ce88

#ce75bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce75bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce75bb Color CSS Codes

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

#ce75bb Text Font Color

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

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


#ce75bb Background Color

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

This div background color is #ce75bb


#ce75bb Border Color

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

This div border color is #ce75bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce75bb


Comments

No comments written yet.

Please login to write comment.