Color Hex Logo

#ce3dbb Color Hex

#CE3DBB
(206,61,187)
0 Favorites   0 Comments

Color spaces of #ce3dbb

RGB 20661187
HSL0.860.600.52
HSV308°70°81°
CMYK 0.000.700.09   0.19
XYZ36.092020.047248.9809
Yxy20.04720.34330.1907
Hunter Lab44.774165.5326-33.5188
CIE-Lab51.890569.4398-36.1921

#ce3dbb color RGB value is (206,61,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00111101 10111011
Octal 316 75 273
Decimal 206 61 187
Hex CE 3D BB

RGB Percentages of Color #ce3dbb

%45.37
%13.44
%41.19

CMYK Percentages of Color #ce3dbb

%0
%70
%9
%19

Triadic Colors of #ce3dbb

#ce3dbb #bbce3d #3dbbce

Analogous Colors of #ce3dbb

#ce3dbb #ce3d73 #993dce

Monochromatic Colors of #ce3dbb

#ce3dbb

Complementary Color

#ce3dbb #3dce50

#ce3dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce3dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce3dbb Color CSS Codes

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

#ce3dbb Text Font Color

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

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


#ce3dbb Background Color

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

This div background color is #ce3dbb


#ce3dbb Border Color

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

This div border color is #ce3dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce3dbb


Comments

No comments written yet.

Please login to write comment.