Color Hex Logo

#cf2aeb Color Hex

#CF2AEB
(207,42,235)
0 Favorites   0 Comments

Color spaces of #cf2aeb

RGB 20742235
HSL0.810.830.54
HSV291°82°92°
CMYK 0.120.820.00   0.08
XYZ41.555520.919580.4449
Yxy20.91950.29080.1464
Hunter Lab45.737882.1365-72.2643
CIE-Lab52.861382.6739-62.0783

#cf2aeb color RGB value is (207,42,235).

#cf2aeb hex color red value is 207, green value is 42 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cf2aeb hue: 0.81 , saturation: 0.83 and the lightness value of cf2aeb is 0.54.

The process color (four color CMYK) of #cf2aeb color hex is 0.12, 0.82, 0.00, 0.08. Web safe color of #cf2aeb is #cc33ff. Color #cf2aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00101010 11101011
Octal 317 52 353
Decimal 207 42 235
Hex CF 2A EB

RGB Percentages of Color #cf2aeb

%42.77
%8.68
%48.55

CMYK Percentages of Color #cf2aeb

%12
%82
%0
%8

Triadic Colors of #cf2aeb

#cf2aeb #ebcf2a #2aebcf

Analogous Colors of #cf2aeb

#cf2aeb #eb2aa7 #6f2aeb

Monochromatic Colors of #cf2aeb

#cf2aeb

Complementary Color

#cf2aeb #46eb2a

#cf2aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf2aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf2aeb Color CSS Codes

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

#cf2aeb Text Font Color

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

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


#cf2aeb Background Color

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

This div background color is #cf2aeb


#cf2aeb Border Color

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

This div border color is #cf2aeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(207,42,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cf2aeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cf2aeb;
  -webkit-box-shadow: 1px 1px 3px 2px #cf2aeb;
  box-shadow:         1px 1px 3px 2px #cf2aeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,42,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf2aeb


Comments

No comments written yet.

Please login to write comment.