Color Hex Logo

#ce3be5 Color Hex

#CE3BE5
(206,59,229)
0 Favorites   0 Comments

Color spaces of #ce3be5

RGB 20659229
HSL0.810.770.56
HSV292°74°90°
CMYK 0.100.740.00   0.10
XYZ41.160421.906976.1878
Yxy21.90690.29560.1573
Hunter Lab46.804875.0654-63.7475
CIE-Lab53.928176.8691-56.9916

#ce3be5 color RGB value is (206,59,229).

#ce3be5 hex color red value is 206, green value is 59 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #ce3be5 hue: 0.81 , saturation: 0.77 and the lightness value of ce3be5 is 0.56.

The process color (four color CMYK) of #ce3be5 color hex is 0.10, 0.74, 0.00, 0.10. Web safe color of #ce3be5 is #cc33cc. Color #ce3be5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00111011 11100101
Octal 316 73 345
Decimal 206 59 229
Hex CE 3B E5

RGB Percentages of Color #ce3be5

%41.70
%11.94
%46.36

CMYK Percentages of Color #ce3be5

%10
%74
%0
%10

Triadic Colors of #ce3be5

#ce3be5 #e5ce3b #3be5ce

Analogous Colors of #ce3be5

#ce3be5 #e53ba7 #793be5

Monochromatic Colors of #ce3be5

#ce3be5

Complementary Color

#ce3be5 #52e53b

#ce3be5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce3be5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce3be5 Color CSS Codes

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

#ce3be5 Text Font Color

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

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


#ce3be5 Background Color

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

This div background color is #ce3be5


#ce3be5 Border Color

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

This div border color is #ce3be5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce3be5


Comments

No comments written yet.

Please login to write comment.