Color Hex Logo

#ce2fbb Color Hex

#CE2FBB
(206,47,187)
0 Favorites   0 Comments

Color spaces of #ce2fbb

RGB 20647187
HSL0.850.630.50
HSV307°77°81°
CMYK 0.000.770.09   0.19
XYZ35.439818.742748.7635
Yxy18.74270.34430.1821
Hunter Lab43.292870.3588-36.4771
CIE-Lab50.384873.7357-38.5611

#ce2fbb color RGB value is (206,47,187).

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

The process color (four color CMYK) of #ce2fbb color hex is 0.00, 0.77, 0.09, 0.19. Web safe color of #ce2fbb is #cc33cc. Color #ce2fbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00101111 10111011
Octal 316 57 273
Decimal 206 47 187
Hex CE 2F BB

RGB Percentages of Color #ce2fbb

%46.82
%10.68
%42.50

CMYK Percentages of Color #ce2fbb

%0
%77
%9
%19

Triadic Colors of #ce2fbb

#ce2fbb #bbce2f #2fbbce

Analogous Colors of #ce2fbb

#ce2fbb #ce2f6c #922fce

Monochromatic Colors of #ce2fbb

#ce2fbb

Complementary Color

#ce2fbb #2fce42

#ce2fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce2fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce2fbb Color CSS Codes

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

#ce2fbb Text Font Color

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

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


#ce2fbb Background Color

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

This div background color is #ce2fbb


#ce2fbb Border Color

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

This div border color is #ce2fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce2fbb


Comments

No comments written yet.

Please login to write comment.