color codes Logo

#ce00bb color codes

#CE00BB
(206,0,187)
0 Favorites   0 Comments

Color spaces of #ce00bb

RGB 2060187
HSL0.851.000.40
HSV306°100°81°
CMYK 0.001.000.09   0.19
XYZ34.423216.709748.4247
Yxy16.70970.34580.1678
Hunter Lab40.877578.7803-41.6224
CIE-Lab47.892281.0054-42.5036

#ce00bb color RGB value is (206,0,187).

#ce00bb hex color red value is 206, green value is 0 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ce00bb hue: 0.85 , saturation: 1.00 and the lightness value of ce00bb is 0.40.

The process color (four color CMYK) of #ce00bb color code is 0.00, 1.00, 0.09, 0.19. Web safe color of #ce00bb is #cc00cc. Color #ce00bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000000 10111011
Octal 316 0 273
Decimal 206 0 187
Hex CE 0 BB

RGB Percentages of Color #ce00bb

%52.42
%0.00
%47.58

CMYK Percentages of Color #ce00bb

%0
%100
%9
%19

Triadic Colors of #ce00bb

#ce00bb #bbce00 #00bbce

Analogous Colors of #ce00bb

#ce00bb #ce0054 #7a00ce

Monochromatic Colors of #ce00bb

#ce00bb

Complementary Color

#ce00bb #00ce13

#ce00bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce00bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce00bb Color CSS Codes

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

#ce00bb Text Font Color

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

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


#ce00bb Background Color

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

This div background color is #ce00bb


#ce00bb Border Color

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

This div border color is #ce00bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,0,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 #ce00bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce00bb


Comments

No comments written yet.

Please login to write comment.