Color Hex Logo

#ce4fbb Color Hex

#CE4FBB
(206,79,187)
0 Favorites   0 Comments

Color spaces of #ce4fbb

RGB 20679187
HSL0.860.560.56
HSV309°62°81°
CMYK 0.000.620.09   0.19
XYZ37.219222.301649.3567
Yxy22.30160.34180.2048
Hunter Lab47.224658.0386-28.9097
CIE-Lab54.345662.5885-32.3502

#ce4fbb color RGB value is (206,79,187).

#ce4fbb hex color red value is 206, green value is 79 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ce4fbb hue: 0.86 , saturation: 0.56 and the lightness value of ce4fbb is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01001111 10111011
Octal 316 117 273
Decimal 206 79 187
Hex CE 4F BB

RGB Percentages of Color #ce4fbb

%43.64
%16.74
%39.62

CMYK Percentages of Color #ce4fbb

%0
%62
%9
%19

Triadic Colors of #ce4fbb

#ce4fbb #bbce4f #4fbbce

Analogous Colors of #ce4fbb

#ce4fbb #ce4f7c #a24fce

Monochromatic Colors of #ce4fbb

#ce4fbb

Complementary Color

#ce4fbb #4fce62

#ce4fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce4fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce4fbb Color CSS Codes

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

#ce4fbb Text Font Color

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

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


#ce4fbb Background Color

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

This div background color is #ce4fbb


#ce4fbb Border Color

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

This div border color is #ce4fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce4fbb

#ce4fbb Color Palettes


Comments

No comments written yet.

Please login to write comment.