color codes Logo

#ce3dbe color codes

#CE3DBE
(206,61,190)
0 Favorites   0 Comments

Color spaces of #ce3dbe

RGB 20661190
HSL0.850.600.52
HSV307°70°81°
CMYK 0.000.700.08   0.19
XYZ36.416620.177050.6904
Yxy20.17700.33940.1881
Hunter Lab44.918866.1057-35.4650
CIE-Lab52.036769.8918-37.7025

#ce3dbe color RGB value is (206,61,190).

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

The process color (four color CMYK) of #ce3dbe color code is 0.00, 0.70, 0.08, 0.19. Web safe color of #ce3dbe is #cc33cc. Color #ce3dbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00111101 10111110
Octal 316 75 276
Decimal 206 61 190
Hex CE 3D BE

RGB Percentages of Color #ce3dbe

%45.08
%13.35
%41.58

CMYK Percentages of Color #ce3dbe

%0
%70
%8
%19

Triadic Colors of #ce3dbe

#ce3dbe #bece3d #3dbece

Analogous Colors of #ce3dbe

#ce3dbe #ce3d76 #963dce

Monochromatic Colors of #ce3dbe

#ce3dbe

Complementary Color

#ce3dbe #3dce4d

#ce3dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce3dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce3dbe Color CSS Codes

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

#ce3dbe Text Font Color

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

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


#ce3dbe Background Color

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

This div background color is #ce3dbe


#ce3dbe Border Color

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

This div border color is #ce3dbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,61,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ce3dbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce3dbe


Comments

No comments written yet.

Please login to write comment.