Color Hex Logo

#f230cd Color Hex

#F230CD
(242,48,205)
0 Favorites   0 Comments

Color spaces of #f230cd

RGB 24248205
HSL0.870.880.57
HSV311°80°95°
CMYK 0.000.800.15   0.05
XYZ48.694325.398960.0936
Yxy25.39890.36290.1893
Hunter Lab50.397384.2728-35.4191
CIE-Lab57.462083.4361-37.3950

#f230cd color RGB value is (242,48,205).

#f230cd hex color red value is 242, green value is 48 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f230cd hue: 0.87 , saturation: 0.88 and the lightness value of f230cd is 0.57.

The process color (four color CMYK) of #f230cd color hex is 0.00, 0.80, 0.15, 0.05. Web safe color of #f230cd is #ff33cc. Color #f230cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00110000 11001101
Octal 362 60 315
Decimal 242 48 205
Hex F2 30 CD

RGB Percentages of Color #f230cd

%48.89
%9.70
%41.41

CMYK Percentages of Color #f230cd

%0
%80
%15
%5

Triadic Colors of #f230cd

#f230cd #cdf230 #30cdf2

Analogous Colors of #f230cd

#f230cd #f2306c #b630f2

Monochromatic Colors of #f230cd

#f230cd

Complementary Color

#f230cd #30f255

#f230cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f230cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f230cd Color CSS Codes

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

#f230cd Text Font Color

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

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


#f230cd Background Color

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

This div background color is #f230cd


#f230cd Border Color

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

This div border color is #f230cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,48,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f230cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f230cd;
  -webkit-box-shadow: 1px 1px 3px 2px #f230cd;
  box-shadow:         1px 1px 3px 2px #f230cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,48,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f230cd


Comments

No comments written yet.

Please login to write comment.