Color Hex Logo

#ce4fbc Color Hex

#CE4FBC
(206,79,188)
0 Favorites   0 Comments

Color spaces of #ce4fbc

RGB 20679188
HSL0.860.560.56
HSV309°62°81°
CMYK 0.000.620.09   0.19
XYZ37.326722.344649.9226
Yxy22.34460.34060.2039
Hunter Lab47.270158.2295-29.5280
CIE-Lab54.390762.7456-32.8573

#ce4fbc color RGB value is (206,79,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01001111 10111100
Octal 316 117 274
Decimal 206 79 188
Hex CE 4F BC

RGB Percentages of Color #ce4fbc

%43.55
%16.70
%39.75

CMYK Percentages of Color #ce4fbc

%0
%62
%9
%19

Triadic Colors of #ce4fbc

#ce4fbc #bcce4f #4fbcce

Analogous Colors of #ce4fbc

#ce4fbc #ce4f7d #a14fce

Monochromatic Colors of #ce4fbc

#ce4fbc

Complementary Color

#ce4fbc #4fce61

#ce4fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce4fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce4fbc Color CSS Codes

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

#ce4fbc Text Font Color

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

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


#ce4fbc Background Color

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

This div background color is #ce4fbc


#ce4fbc Border Color

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

This div border color is #ce4fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce4fbc


Comments

No comments written yet.

Please login to write comment.