Color Hex Logo

#ce33bf Color Hex

#CE33BF
(206,51,191)
0 Favorites   0 Comments

Color spaces of #ce33bf

RGB 20651191
HSL0.850.610.50
HSV306°75°81°
CMYK 0.000.750.07   0.19
XYZ36.041419.251151.1064
Yxy19.25110.33870.1809
Hunter Lab43.876169.8432-38.3471
CIE-Lab50.979773.1965-39.9478

#ce33bf color RGB value is (206,51,191).

#ce33bf hex color red value is 206, green value is 51 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ce33bf hue: 0.85 , saturation: 0.61 and the lightness value of ce33bf is 0.50.

The process color (four color CMYK) of #ce33bf color hex is 0.00, 0.75, 0.07, 0.19. Web safe color of #ce33bf is #cc33cc. Color #ce33bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110011 10111111
Octal 316 63 277
Decimal 206 51 191
Hex CE 33 BF

RGB Percentages of Color #ce33bf

%45.98
%11.38
%42.63

CMYK Percentages of Color #ce33bf

%0
%75
%7
%19

Triadic Colors of #ce33bf

#ce33bf #bfce33 #33bfce

Analogous Colors of #ce33bf

#ce33bf #ce3372 #9033ce

Monochromatic Colors of #ce33bf

#ce33bf

Complementary Color

#ce33bf #33ce42

#ce33bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce33bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce33bf Color CSS Codes

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

#ce33bf Text Font Color

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

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


#ce33bf Background Color

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

This div background color is #ce33bf


#ce33bf Border Color

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

This div border color is #ce33bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce33bf


Comments

No comments written yet.

Please login to write comment.