Color Hex Logo

#ce3cbc Color Hex

#CE3CBC
(206,60,188)
0 Favorites   0 Comments

Color spaces of #ce3cbc

RGB 20660188
HSL0.850.600.52
HSV307°71°81°
CMYK 0.000.710.09   0.19
XYZ36.146619.984449.5292
Yxy19.98440.34210.1891
Hunter Lab44.703966.0993-34.3969
CIE-Lab51.819669.9281-36.8841

#ce3cbc color RGB value is (206,60,188).

#ce3cbc hex color red value is 206, green value is 60 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ce3cbc hue: 0.85 , saturation: 0.60 and the lightness value of ce3cbc is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00111100 10111100
Octal 316 74 274
Decimal 206 60 188
Hex CE 3C BC

RGB Percentages of Color #ce3cbc

%45.37
%13.22
%41.41

CMYK Percentages of Color #ce3cbc

%0
%71
%9
%19

Triadic Colors of #ce3cbc

#ce3cbc #bcce3c #3cbcce

Analogous Colors of #ce3cbc

#ce3cbc #ce3c73 #973cce

Monochromatic Colors of #ce3cbc

#ce3cbc

Complementary Color

#ce3cbc #3cce4e

#ce3cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce3cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce3cbc Color CSS Codes

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

#ce3cbc Text Font Color

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

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


#ce3cbc Background Color

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

This div background color is #ce3cbc


#ce3cbc Border Color

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

This div border color is #ce3cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce3cbc


Comments

No comments written yet.

Please login to write comment.